home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
N-O
/
Not Passing History.cpt
/
Not Passing History
/
background_2688.txt
< prev
next >
Wrap
Text File
|
1992-02-09
|
2KB
|
80 lines
-- background: 2688 from stack: in
-- bmap block id: 3308
-- flags: 0000
-- background id: 0
-- name: main background
----- HyperTalk script -----
on arrowKey direction
if direction is "Left" then
visual wipe right
pass arrowKey
else
if direction is "right" then
visual wipe left
pass arrowKey
end if
end if
end arrowKey
-- part 24 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=40 top=29 right=64 bottom=75
-- title width / last selected line: 0
-- icon id / first selected line: 27009 / 27009
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Right
----- HyperTalk script -----
on mouseUp
visual wipe left
go next cd
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=3 top=29 right=64 bottom=40
-- title width / last selected line: 0
-- icon id / first selected line: 9301 / 9301
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Left
----- HyperTalk script -----
on mouseUp
cleanScreen
visual wipe right
go prev cd
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=4 top=317 right=342 bottom=28
-- title width / last selected line: 0
-- icon id / first selected line: 2299 / 2299
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual zoom in
go stack "library"
if result() is empty then
else
beep
end if
end mouseUp